type crypto/internal/fips140/ecdh.curveID

7 uses

	crypto/internal/fips140/ecdh (current package)
		ecdh.go#L39: 	curve curveID
		ecdh.go#L47: type curveID string
		ecdh.go#L50: 	p224 curveID = "P-224"
		ecdh.go#L51: 	p256 curveID = "P-256"
		ecdh.go#L52: 	p384 curveID = "P-384"
		ecdh.go#L53: 	p521 curveID = "P-521"
		ecdh.go#L57: 	curve    curveID